//==============================================================================
// TG Poison Pulse_anim.txt
//==============================================================================

//==============================================================================
define pulse
{
   set hotspot
   {
      version
      {
         Visualparticle TG poison pulse
      }
   }
}
  
//==============================================================================
anim death
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
			VisualNone jimmy
         }
      }
   }
}

//==============================================================================
anim walk
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
			VisualNone jimmy
         }
      }
   }
}

//==============================================================================
anim idle
{
   SetSelector none
   {
      set hotspot
      {
         version
         {
			 VisualNone jimmy
         }
      }
   }
}
  
//==============================================================================
anim whirlwindAttack
{
	SetSelector
    {
        set hotspot
        {
            version
            {
                VisualNone jimmy
                tag Attack 0.05 true
			    tag Attack 0.50 true
			    tag Attack 1.00 true
			    tag Attack 1.50 true
			    tag Attack 2.00 true
                tag GenericSound 0.05 true
		        tag SpecificSoundSet 0.05 false LampadesBlood checkVisible  
		        connect HOTSPOT pulse HOTSPOT
			    length 2.5
            }
        }
    }
}